module SCP
{
	imports {
		Base
	}

	/* SCP Light Guard Vest */

    item vest_scpguardlight
    {
        DisplayCategory = ProtectiveGear,
        Type = Clothing,
        Tooltip = Tooltip_vest_scpguardlight,
        DisplayName = SCP Guard Vest,
        ClothingItem = vest_scpguardlight,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = scpguardvestlight,
		Weight = 2.5,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 30,
        ScratchDefense = 60,
        BulletDefense = 55,
        DiscomfortModifier = 0.15,
        Tags = PickAramidThread,
        WorldStaticModel = scpguardvestlight_ground,
    }
	
	/* SCP Guard Vest */

    item vest_scpguard
    {
        DisplayCategory = ProtectiveGear,
        Type = Clothing,
        Tooltip = Tooltip_vest_scpguard,
        DisplayName = SCP Guard Vest,
        ClothingItem = vest_scpguard,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = scpguardvest,
		Weight = 3.5,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 40,
        ScratchDefense = 70,
        BulletDefense = 80,
        DiscomfortModifier = 0.25,        
        Tags = PickAramidThread,
        WorldStaticModel = scpguardvest_ground,
    }

	/* SCP MTF Vest */

    item vest_mtf
    {
        DisplayCategory = ProtectiveGear,
        Type = Clothing,
        Tooltip = Tooltip_vest_mtf,
        DisplayName = SCP MTF Vest,
        ClothingItem = vest_mtf,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = mtfvest,
		Weight = 4.5,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 80,
        ScratchDefense = 70,
        BulletDefense = 100,
        DiscomfortModifier = 0.35,        
        Tags = PickAramidThread,
        WorldStaticModel = mtfvest_ground,
    }		

}